StopCastingRequest

data class StopCastingRequest(sinkName: String)

Represents request frame that can be used with Cast#stopCasting operation call.

Stops the active Cast session on the sink.

See also

Constructors

StopCastingRequest
Link copied to clipboard
fun StopCastingRequest(sinkName: String)

Properties

sinkName
Link copied to clipboard
val sinkName: String

Sources

jvm source
Link copied to clipboard